endsWith

(alias) pure function endsWith(suffix: text): boolean

Deprecated

Use 'ends_with' instead

Returns true if this text ends with the specified suffix, otherwise returns false.

Alias

Alias target

Since

0.9.0

Parameters

suffix

The suffix to check.